home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 1 / ShareWare Extravaganza 1 of 4 (The Ultimate Shareware Company).iso / sblaster / tpu60b.zip / README.!!! next >
Text File  |  1991-04-16  |  3KB  |  76 lines

  1.                       Files on the Distribution Disk
  2.  
  3. Filename.x      Description of Contents
  4. -----------     -------------------------------------------------
  5. README.!!!      This file (you're reading it now)
  6. WHATS.NEW       Change History
  7.  
  8. TPU6DOC.TXT     Report on Research (48 pages; copy to PRN:)
  9.  
  10. TPU6.EXE        The Supplied Program ready to run
  11.  
  12. TPU6.PAS        Turbo Pascal Source - The Main Program
  13. TPU6AMS.PAS     Turbo Pascal Source - Access Methods for .TPU Files
  14. TPU6EQU.PAS    Turbo Pascal Source - Release-Sensitive Procs
  15. TPU6RPT.PAS     Turbo Pascal Source - Text File Output Unit
  16. TPU6UNA.PAS     Turbo Pascal Source - Disassembler Unit
  17. TPU6UNA.INC     Turbo Pascal Source - Disassembler Tables (included)
  18. TPU6UTL.PAS     Turbo Pascal Source - High-Level .TPU Analysis Methods
  19.  
  20.  
  21.  
  22.                             Resources Required
  23.  
  24. This program was developed on a Dell System 316 (386-SX) system having 5
  25. Mb RAM, 100 Mb Hard Drive, Super VGA Color.  Also used was a Dell System
  26. 316SX with 2 Mb RAM and 80 Mb Hard Drive, VGA Color Plus.
  27.  
  28. The program is intended to run on almost any system that is supported by
  29. Turbo Pascal Version 6.0 for development.  It's even possible that it may
  30. work on a system having as little as 256Kb of RAM but no guarantees.
  31.  
  32. Subject to the limitations below, the source codes are supplied without
  33. charge and without warranty.  The source is highly sensitive to Turbo
  34. Pascal Version 6.0 and will NOT compile on earlier versions.  Attempts to
  35. modify it to compile under earlier versions are DANGEROUS since pointer
  36. manipulations are performed that are incompatible with the heap managers
  37. of earlier versions of Turbo Pascal.  BE WARNED.
  38.  
  39.  
  40.  
  41.                                 The Author
  42.  
  43. This work was done by William L. Peavy, Houston Texas as a private research
  44. endeavor.
  45.  
  46. I am interested in feedback, suggestions, constructive criticism, and
  47. success stories.  A few "atta boys" wouldn't hurt either.  I can be reached
  48. via Compuserve (70042,2310), via the HAL-PC Telecom-1 BBS or via the HAL-PC
  49. Telecom-2 BBS.
  50.  
  51.  
  52.                           License & Restrictions
  53.  
  54. You are free to use this material at your own risk for your own personal
  55. and NON-COMMERCIAL ends.  You are free to distribute COMPLETE copies of all
  56. materials via any means to any recipient provided that no charge is made
  57. therefor save a small and nominal fee whose sole purpose is to recover
  58. reasonable distribution expenses.  You MAY NOT make use of these materials
  59. in a commercial manner.  No warranties of any kind are made by the author.
  60. Should your use or distribution of this material result in damages to you,
  61. the damages are yours to bear.  The opinions and findings contained in this
  62. material are those of the author and of no other person.
  63.  
  64.  
  65.                                Running TPU6
  66.  
  67. To run the program, simply type TPU6 at the command-line prompt.  You will
  68. be asked for the name of the unit.  Reply with the name of the .TPU file
  69. but WITHOUT the .TPU extension.  The unit must be in the current directory
  70. or in some directory on the current path, either as "unit.TPU" or imbedded
  71. in "TURBO.TPL".  You will then be asked whether or not to disassemble the
  72. object code.  Be careful here.  SYSTEM.TPU will produce over 700K of output
  73. in file SYSTEM.LST.  These files can be copied to PRN: but they are verbose.
  74.  
  75. Enjoy!
  76.